@charset "utf-8";
/*************************************
* 文件名称：core.css
* 设计公司：深圳易网
* 开发人员：涂丽华
* 创建日期：2011-10-13
* 最后修改：2011-10-13
* 内容概要: 页面核心样式
*************************************/

html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,  del, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  caption{margin:0;padding:0;border:0;font-size:100%;font:inherit;}
body{font-size:12px; font-family: Verdana, Geneva, sans-serif,'宋体'; text-align:center;background:#FFF;  line-height:24px;}
ul,ol,dl{zoom:1;}
li{ list-style:none;vertical-align:bottom}
table, th, td {vertical-align:middle;}
a img {border:none;}
:focus {outline:0;}

/* common */
a{text-decoration:none}
.left{ float:left}
.right{ float:right}
.center{ text-align:center}
.clear{ clear:both}
.red{ color:#cc0000}
.green{ color:#3b9a10}
.orange{ color:#ff6600}
.gray{ background:#f9f9f9}


